"Email a Link" is not opening outlook
When I use the send to -> email a link, it is suppose to open outlook with the file hyperlink.
But this is not happening to my SharePoint Portal.
It does not open outlook at all. Basically, nothing happen when I click on 'Email a Link'.
I am using custom master page.
Anyone encounter same issue?
May 11th, 2010 6:11am
Can you check your browser settings to see if Outlook is configured as the default program for email? In the browser, choose Tools->Internet Options->Programs tab. You may have a Set Programs button if you are using Windows Vista or later.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Microsoft MVP - SharePoint Services
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2010 8:36pm
I have find out the root cause.
It is in CORE.JS.
In the AddSendSubMenu function, seems like there is some code error in this line, missing the mailto functionality. Below is the after amended code.
strAction="javascript:navigateMailToLink('mailto:?body="+encodeURI(fileUrl)+"')";
May 17th, 2010 5:55am